var github.com/vmihailenco/msgpack/v5.sliceStringPtrType

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_slice.go#L10: var sliceStringPtrType = reflect.TypeOf((*[]string)(nil))
		decode_slice.go#L39: 	ptr := v.Addr().Convert(sliceStringPtrType).Interface().(*[]string)